home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_31 / PlaceObject2_97_4 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-13  |  166 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X + xspeed;
  3.    _Y = _Y + yspeed;
  4.    if(_X < -5 || _X > 455 || _Y < 45 || _Y > 470)
  5.    {
  6.       removeMovieClip(this);
  7.    }
  8. }
  9.